Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eoinsha/seneca-mt-demo
Multi-tenanted microservices demo with Seneca and Mongo
https://github.com/eoinsha/seneca-mt-demo
Last synced: 15 days ago
JSON representation
Multi-tenanted microservices demo with Seneca and Mongo
- Host: GitHub
- URL: https://github.com/eoinsha/seneca-mt-demo
- Owner: eoinsha
- License: mit
- Created: 2015-11-26T17:00:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T17:21:40.000Z (about 9 years ago)
- Last Synced: 2024-04-13T16:08:08.914Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Seneca Multi-tenanted Microservices Example
===========================================Multi-tenanted microservices example with subdomain context and store interceptors. Demo for [Node Dublin November 2015](http://www.nodejsdublin.com).
Read `index.js`, possibly the smallest multi-tenatanted platform in the world...ever. Then, set up some tenant subdomains in `/etc/hosts`:
```
127.0.0.1 localhost a.example.com b.example.com c.example.com d.example.com
```and run:
```
node index.js
```with Node 4.2.x
MIT Licenced.