Skip to content

trendrr/strest-server

Repository files navigation

Welcome to Strest-Server

Strest-Server is a highly scalable STREST and HTTP server, specifically designed for creating api's

Take a look at the wiki and javadocs for more info.

Main Features

  • wicked fast
  • easy to create data streams (ex firehoses)
  • asynchronous
  • controllers automatically work with both HTTP and (faster)STREST
  • websockets integration out of the box

Getting started:

The best way to get started is to clone the repo and try out the examples.

git clone git@github.com:trendrr/strest-server.git
cd strest-server
java -jar strest.jar

Then point your browser at:

http://localhost:8000/hello/world

Then to see the streaming / websocket demo point your browser at:

http://localhost:8000/static/examples/example.html

To learn more, please check out:

About

Streaming and REST server implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published