https://github.com/lhf552004/flcos
Fast Light Controlling System, based on Nodejs
https://github.com/lhf552004/flcos
javascript manufacturing mes nodejs web-application
Last synced: about 1 month ago
JSON representation
Fast Light Controlling System, based on Nodejs
- Host: GitHub
- URL: https://github.com/lhf552004/flcos
- Owner: lhf552004
- License: other
- Created: 2017-07-17T23:28:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T20:25:43.000Z (over 2 years ago)
- Last Synced: 2025-01-27T11:45:59.760Z (over 1 year ago)
- Topics: javascript, manufacturing, mes, nodejs, web-application
- Language: JavaScript
- Homepage: https://flcos.github.io/
- Size: 2.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FLCos
FLCos means Fast light control system.
As its name, it is expected to run fast and very light.
It is a web system. So the front end don't need to install any software to run the application.
The control is at server. The front end only need to show the result.
## Demo
[FLCos](https://flcos.github.io/)
## Programing Convensions
Follow[Node.js Style Guide] https://github.com/felixge/node-style-guide#2-spaces-for-indentation
for files and folders, follow lowerCamelCase.
for[Angular app] http://bguiz.github.io/js-standards/angularjs/naming/
For translation message: where create the message, where translated
### Error Message
Where the error occur, the context is response to translate it, and wrap it.
### Migration
This project is migrated from Gitlab, during the migration, the commits history were lost.