Shazan Shums
169 posts
Some day I will make quality software.
Programming FTW.
Does Odin support web programming yet?
2 years, 10 months ago
Does Odin support web programming yet? I can think of the possibilities of creating a web site using it.
Just being curious on programming....
Mikkel Hjortshøj
65 posts
/ 1 project
So you're probably here to find some information about what I've done, ...
Does Odin support web programming yet?
2 years, 10 months ago
When you say webprogramming do you mean client-side in browser interaction? if so then no and it likely won't for a while if ever as that is mostly in control of the browser vendors, unless you transpile to something like asm.js or something.
As for writing a webserver, if you want you can get down and dirty with windows sockets and do it right now.
Give a man a beer, and he is happy... End of story.
Ginger Bill
226 posts
/ 2 projects
I am ginger thus have no soul.
Does Odin support web programming yet?
2 years, 10 months ago
If you can do you web programming in C, then Odin is even better for it. The problem is that Odin doesn't have a decent standard library yet (due to the flux in the language) which means you have to do everything from scratch. I've made a little http server demo in Odin before using the Winsock2 API in ~160 lines.
I honestly think that Odin will be great for numerous problem domains including server/web programming.