Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majo44/skatejs-ssr
Server side rendering of skate.js 5
https://github.com/majo44/skatejs-ssr
Last synced: about 1 month ago
JSON representation
Server side rendering of skate.js 5
- Host: GitHub
- URL: https://github.com/majo44/skatejs-ssr
- Owner: majo44
- License: mit
- Created: 2017-06-20T12:44:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T14:08:47.000Z (over 7 years ago)
- Last Synced: 2023-03-02T23:25:59.091Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skatejs-ssr
Example of server side rendering of skate.js 5## Examples
* example.js - very simple example of 'one thread' rendering
* exampleWithZone.js - example how to handle multiple parallel server requests with no interferences between the
requests/responses