https://github.com/alekseyl1992/jsim
Discrete event simulation Java library
https://github.com/alekseyl1992/jsim
Last synced: 3 months ago
JSON representation
Discrete event simulation Java library
- Host: GitHub
- URL: https://github.com/alekseyl1992/jsim
- Owner: alekseyl1992
- Created: 2015-01-06T11:46:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T16:09:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T20:30:33.320Z (4 months ago)
- Language: JavaScript
- Size: 2.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jsim
====There are 3 modules in this project:
* core - discrete event simulation Java library
* frontend - NodeJS based HTTP-server, which provides web interface for designing M/M/1 models
* server - Java + Rabbit MQ based server designed to simulate models sent by user via frontendUI:
Rabbit MQ API references:
* java - http://www.rabbitmq.com/api-guide.html
* node - https://github.com/squaremo/amqp.node