Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/celeri-server/example

An example server project using Celeri
https://github.com/celeri-server/example

celeri demo example http nodejs server

Last synced: 6 days ago
JSON representation

An example server project using Celeri

Awesome Lists containing this project

README

        

Simple RESTful server example using [Celeri](https://github.com/celeri-server/http-server)

#### Getting started

```bash
# Get the code
$ git clone [email protected]:celeri-server/example
$ cd example

# Install the dependencies
$ npm install

# Start the server
$ npm start
```