1.1.1 • Published 2 years ago

@synapps/core v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

synapps

synapps is a web framework for Node.js

npm version Linux Build Windows Build Coverage Status Dependencies Status

var synapps = require('@synapps/core');
var app = synapps();

app.route('/', function(req) {
  req.resolve('hello world');
});

app.listen(3000);
$ curl http://127.0.0.1:3000
hello world

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 6 or higher is required.

Installation is done using the npm install command:

$ npm install @synapps/core

Docs

Visit the Wiki

Examples

To view the examples, clone the Synapps repo and install the dependencies:

$ git clone git://github.com/Atlantis-Software/synapps.git
$ cd synapps/
$ npm install

Then install the dependencies and run whichever example you want:

$ cd examples/auth
$ npm install
$ node index

Tests

To run the test suite, first install the dependencies, generate ssl key, then run npm test:

$ git clone git://github.com/Atlantis-Software/synapps.git
$ cd synapps/
$ npm install
$ npm test

License

MIT

1.1.1

2 years ago

1.1.0

2 years ago

1.1.0-rc.8

3 years ago

1.1.0-rc.7

3 years ago

1.1.0-rc.6

3 years ago

1.1.0-rc.5

3 years ago

1.1.0-rc.4

3 years ago

1.1.0-rc.3

4 years ago

1.1.0-rc.2

4 years ago

1.1.0-rc.1

4 years ago

1.1.0-rc.0

4 years ago

1.0.0

5 years ago

0.0.14

6 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago