An open API service indexing awesome lists of open source software.

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

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.