Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkcdarunday/systemone-next
The next version of the registration system of the University of the Philippines Los Baños, SystemOne.
https://github.com/jkcdarunday/systemone-next
Last synced: about 4 hours ago
JSON representation
The next version of the registration system of the University of the Philippines Los Baños, SystemOne.
- Host: GitHub
- URL: https://github.com/jkcdarunday/systemone-next
- Owner: jkcdarunday
- Created: 2014-11-15T18:07:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T05:44:58.000Z (almost 10 years ago)
- Last Synced: 2024-03-18T03:01:14.855Z (8 months ago)
- Size: 141 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SystemOne-Next
==============The next version of the registration system of the University of the Philippines Los Baños, SystemOne, whose goal is to be a more efficient version than the previous one in terms of performance.
Software and Programming Language
---------------------------------The current choices are either [Node.JS](http://nodejs.org/) or [Apache/Lighttpd/Nginx+PHP](https://wiki.archlinux.org/index.php/LAMP).
Programming in an object-oriented manner is much easier in PHP as compared to Node.JS. It would be preferable to program this way when working with several people.However, Node.JS offers a very huge increase in speed compared to PHP according to [benchmarks](http://zgadzaj.com/benchmarking-nodejs-basic-performance-tests-against-apache-php) found on the web. Since the primary goal of this project is to create a much faster replacement for SystemOne v3, Node.JS might be a more viable choice.
We might have to do a benchmark on these two first though. From what I remember, Node.JS is [single-threaded](http://stackoverflow.com/questions/5200821/grasping-the-node-js-alternative-to-multithreading#5203780). I'm not really sure if this is still the case today.