Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venantius/photon
Experiments in realtime web framework design. Like Meteor, but for Clojure(Script)
https://github.com/venantius/photon
Last synced: 28 days ago
JSON representation
Experiments in realtime web framework design. Like Meteor, but for Clojure(Script)
- Host: GitHub
- URL: https://github.com/venantius/photon
- Owner: venantius
- License: epl-1.0
- Created: 2017-03-04T07:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T00:41:18.000Z (over 7 years ago)
- Last Synced: 2024-04-22T13:33:13.300Z (7 months ago)
- Language: Clojure
- Size: 27.3 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clojure - photon - realtime web, like Meteor, but for Clojure(Script) (Awesome macros usage)
README
# Photon
A Clojure(Script) library for the realtime web.
Current status: **PRE-ALPHA**
## Usage
Add the following to your project.clj:
```
[venantius/photon "0.1.0"]
```Then...do some other stuff. I'll get to it. If you're really eager just look
at the source code.## License
Copyright © 2017 W. David Jarvis
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version (just like Clojure).