Skip to content

chun337163833/bristleback

 
 

Repository files navigation

Bristleback Framework version 0.3.5

Welcome,

Bristleback Framework has got a new homepage bristleback.pl. Several samples and tutorials can be found there.

If you like our project, please star or fork the project!

Latest Bristleback version: 0.3.5

Download section is no longer valid on GitHub. To download JavaScript client, visit bristleback.pl/download.html

Check our wiki pages for tutorials.

0.3.5 is now available in central Maven repository:

<dependency>
  <groupId>pl.bristleback</groupId>
  <artifactId>bristleback-core</artifactId>
  <version>0.3.5</version>
</dependency>

Few samples are available at github.com/bristleback/bristleback-samples

You can also test Bristleback by performing just few steps:

  1. Go to directory where your new Bristleback Project will be created and type:

    mvn archetype:generate
      -DarchetypeGroupId=pl.bristleback
      -DarchetypeArtifactId=webapp-archetype
      -DarchetypeVersion=0.3.5
  2. Enter additional information about the project.

  3. Go to newly created project directory and type mvn jetty:run - your first Bristleback Framework with Jetty as Server Engine is starting!

  4. Open your browser and type localhost:8080

  5. Have fun developing!

About

Bristleback is a Java/JavaScript complete WebSocket framework, built on Jetty/Netty/Tomcat as WebSocket protocol engines, perfect for Spring Framework users.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.4%
  • JavaScript 9.4%
  • HTML 1.1%
  • CSS 0.1%