relution-sdk
Version:
Relution Software Development Kit for TypeScript and JavaScript
28 lines (14 loc) • 964 B
Markdown
# Bikini - node Test Server
For use during development of a node.js based server features.
This is a working sample implementation for generating an endpoint for the bikini client library.
It uses [express](https://github.com/visionmedia/express), [socket.io](https://github.com/Automattic/socket.io), [mongodb](https://github.com/mongodb/node-mongodb-native).
This example is ideal for testing purpose. But if the things getting more serious you might think about our java implementation in our own application server, the [mCAP Mobility Platform](http://www.mobility-platform.com/).
# Installation
NOTE: You will need a [MongoDB](http://www.mongodb.org/) installed. If you have made any changes to the default configuration, make sure you set them in the `mongodb_rest.js`
Fist install the dependencies via npm
npm install
# Start up your server app
Start your MongoDB if its not already running
mongod
Start the node server
node server.js