https://github.com/degree9/nodejs-cljs
Node.js API integration for CLJS.
https://github.com/degree9/nodejs-cljs
clojurescript nodejs
Last synced: 5 months ago
JSON representation
Node.js API integration for CLJS.
- Host: GitHub
- URL: https://github.com/degree9/nodejs-cljs
- Owner: degree9
- License: mit
- Created: 2016-12-02T01:16:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T22:52:17.000Z (almost 8 years ago)
- Last Synced: 2024-06-25T05:23:04.600Z (10 months ago)
- Topics: clojurescript, nodejs
- Language: Clojure
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-cljs #
[](https://clojars.org/degree9/nodejs-cljs)Node.js API integration with ClojureScript. This library wraps the native javascript calls with a clojurescript function and converts incoming clj data structures to javascript. We are attempting to match the `v7.10.0` api.
The following namespaces have been provided:
- [x] Assertion Testing
- [ ] Buffer
- [ ] C/C++ Addons
- [ ] C/C++ Addons - N-API
- [ ] Child Processes
- [ ] Cluster
- [ ] Command Line Options
- [ ] Console
- [ ] Crypto
- [ ] Debugger
- [ ] Deprecated APIs
- [ ] DNS
- [ ] Domain
- [ ] Errors
- [ ] Events
- [ ] File System
- [ ] Globals
- [ ] HTTP
- [ ] HTTPS
- [ ] Modules
- [ ] Net
- [x] OS
- [x] Path
- [ ] Process
- [x] Query Strings
- [ ] Readline
- [ ] REPL
- [ ] Stream
- [x] String Decoder
- [ ] Timers
- [ ] TLS/SSL
- [ ] Tracing
- [ ] TTY
- [ ] UDP/Datagram
- [ ] URL
- [ ] Utilities
- [x] V8
- [ ] VM
- [ ] ZLIB