Porting C# to JavaScript / HTML5?

Kevin Woram

New member
Joined
Jun 19, 2013
Messages
1
Programming Experience
10+
For the last few months, I have been porting a C#, .NETCF app to HTML5. The app has hundreds of thousands of lines of code and is fairly complex. It also does lots of synchronous operations (Ajax requests, SQLite operations, etc...). During development, I ran into lots of type errors and asynchronous programming errors.

To help solve these problems, I developed the ProcScript framework and it has worked well for me. I have posted it to GitHub here:


https://github.com/kworam/ProcScript


I invite my fellow C# developers to try it out. Hopefully, you will find it useful. Either way, I'd love to get your feedback about it.


Thanks,
Kevin Woram
 
Back
Top Bottom