26.03.2018, 10:58
(
Последний раз редактировалось BroZeus; 31.03.2018 в 01:44.
)
node.ucp
This is a full-fledged isomorphic javascript control panel written on top of nodejs and react. The purpose of this control panel is to serve as an example or boilerplate code for others as it is fully-fledged and very flexible.
I wrote the code to be easily adaptable for different use-cases and database types and structures. You can find solutions written by me to many problems related to server-side rendering, react, handling cache busting of volatile resources in service workers and handling sessions manually in the source code of this application.
The code uses ES6’s arrow functions and Promise vastly, so get familiar with these concepts if you are not already! I have tried to comment as much as possible to explain the working of the application in the source code, however, if things are not clear feel free to ask.
Demo
Username: Jonas
Password: test
Click here for the demo.
Click here for the images in-case the demo is not working.
Github
See github repository for more instructions.
Github repo link
SA-MP Map in UCP
Some players may not use the full UCP but the SA-MP Map feature of this UCP is pretty unique so I would like to showcase it specifically.
Link to it: https://node-ucp.fgethell.xyz/properties
Features:
This is a full-fledged isomorphic javascript control panel written on top of nodejs and react. The purpose of this control panel is to serve as an example or boilerplate code for others as it is fully-fledged and very flexible.
I wrote the code to be easily adaptable for different use-cases and database types and structures. You can find solutions written by me to many problems related to server-side rendering, react, handling cache busting of volatile resources in service workers and handling sessions manually in the source code of this application.
The code uses ES6’s arrow functions and Promise vastly, so get familiar with these concepts if you are not already! I have tried to comment as much as possible to explain the working of the application in the source code, however, if things are not clear feel free to ask.
Demo
Username: Jonas
Password: test
Click here for the demo.
Click here for the images in-case the demo is not working.
Github
See github repository for more instructions.
Github repo link
SA-MP Map in UCP
Some players may not use the full UCP but the SA-MP Map feature of this UCP is pretty unique so I would like to showcase it specifically.
Link to it: https://node-ucp.fgethell.xyz/properties
Features:
- Location tracking: If you zoom in on the map and move across it, you will notice that the location on the bottom left corner will change.
- Filters: It has filters to enable/disable icons on the map.
- Properties information: If you click on icons you can see information regarding properties. This tooltip for showing information can be customized according to your needs!