https://github.com/kelindar/spike-build
Spike.Build is the set of libraries that perform parsing and code-generation for creating various client SDKs for Spike Engine.
https://github.com/kelindar/spike-build
Last synced: about 1 month ago
JSON representation
Spike.Build is the set of libraries that perform parsing and code-generation for creating various client SDKs for Spike Engine.
- Host: GitHub
- URL: https://github.com/kelindar/spike-build
- Owner: kelindar
- License: gpl-3.0
- Created: 2014-02-14T12:08:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T13:47:54.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T13:51:15.104Z (about 2 months ago)
- Language: C#
- Homepage: http://www.spike-engine.com
- Size: 1.89 MB
- Stars: 15
- Watchers: 7
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spike.Build
===========Spike.Build is a command line interface tool that allows automated code generation for [Spike Engine](http://www.spike-engine.com) cross-platform client sdks.
* Build status: [](https://ci.appveyor.com/project/Kelindar/spike-build)
* Current Binaries: [spike-build.zip](https://s3.amazonaws.com/app.misakai.com/public/bin/spike-build.zip)
* Website [http://www.spike-engine](http://www.spike-engine.com)Currently supported platforms:
* .NET / C#5 with async/await support for non-blocking networking
* Xamarin for .NET on Android & iOS
* Java and Java Android
* WinRT that supports Windows 8+ and Windows Phone 8+
* JavaScript (browsers) powered by engine.io for transport fallback
* Go with support for channels