Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesmullin/nodejs-typescript-test
Node.JS + TypeScript, better together?
https://github.com/mikesmullin/nodejs-typescript-test
Last synced: about 1 month ago
JSON representation
Node.JS + TypeScript, better together?
- Host: GitHub
- URL: https://github.com/mikesmullin/nodejs-typescript-test
- Owner: mikesmullin
- Created: 2013-09-15T16:44:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-15T17:11:24.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:50:56.831Z (9 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.JS + TypeScript Test
People coming from a C/C++/C#/Java background appreciate the similarities of ECMAScript / JavaScript
but wish they had typing, type checking, code completion, and an IDE that supports these.People coming from a Lisp/Scala/Python/Ruby background appreciate the similarities of CoffeeScript,
and don't necessarily wish they had any of the above and tend to use a text editor like VIM rather than
an IDE, but still they acknowledge sometimes type errors do happen in dynamically typed languages,
and it might be nice if the compiler alerted you to this before runtime.Regardless both can come together around the speed of Node.JS event loop, its Continuation-passing style,
and the async i/o power of libuv and modern operating systems and multi-core hardware.## Testing / Watching
```bash
npm test
```## Compiling
```bash
npm run-script prestart
```## Running
```bash
npm start
```---
## Related Links
- http://www.typescriptlang.org/Content/TypeScript%20Language%20Specification.pdf
- http://www.typescriptlang.org/Playground/
- http://hi104.github.io/typescript-playground-on-ace/
- http://mihailik.blogspot.com/2012/11/debugging-typescript-in-browser.html
- https://github.com/soywiz/typescript-node-definitions