Unrealistic?
As a Node.js programmer (use it everyday for work) I can tell you that the only think missing is the HTTP server part.
Purebasic has all of the extra tools to become a solid backend API.
I am not talking about creating Javascript (Front End) but only to serve requests and for API ...
Search found 6 matches
- Tue Oct 19, 2021 4:13 pm
- Forum: Feature Requests and Wishlists
- Topic: Declare War on Node.js, Golang, Deno, and more
- Replies: 16
- Views: 7183
- Mon Oct 18, 2021 5:27 am
- Forum: Feature Requests and Wishlists
- Topic: Declare War on Node.js, Golang, Deno, and more
- Replies: 16
- Views: 7183
Declare War on Node.js, Golang, Deno, and more
Create a solid HTTP Server with all of the features of "Web oriented backend" languages like Node.js and GoLang.
CGI is a little bit outdated.
With all of the tools and libraries that Purebasic currently have, you can blow out of the water those languages.
Adding a native library for MS SQL would ...
CGI is a little bit outdated.
With all of the tools and libraries that Purebasic currently have, you can blow out of the water those languages.
Adding a native library for MS SQL would ...
- Fri Dec 27, 2013 11:47 pm
- Forum: General Discussion
- Topic: Search similitary of a picture in folder of thousand others
- Replies: 47
- Views: 24394
Re: Search similitary of a picture in folder of thousand oth
Wow this is really exciting!!!
Come on guys you can do it!!!
Who will be the expert at cracking this challenge!!!
Come on guys you can do it!!!
Who will be the expert at cracking this challenge!!!
- Fri Dec 27, 2013 11:10 pm
- Forum: Coding Questions
- Topic: The case of the disappearing gadgets- Help me solve it
- Replies: 5
- Views: 1762
Re: The case of the disappearing gadgets- Help me solve it
I did read the manual, but somehow I understood :oops: that the enumeration will continue based on the last enumerated item.
Sometimes the way the help file is written, it takes a little bit of asking the experts (this forum) for things to make sense.
For example, it took me some time to figure ...
Sometimes the way the help file is written, it takes a little bit of asking the experts (this forum) for things to make sense.
For example, it took me some time to figure ...
- Thu Nov 28, 2013 3:49 am
- Forum: Coding Questions
- Topic: Newbie question on closing a window
- Replies: 3
- Views: 1086
Re: Newbie question on closing a window
Thank you. Somehow I missed that CloseWindow() in the reference manual 

- Wed Nov 27, 2013 11:10 pm
- Forum: Coding Questions
- Topic: Newbie question on closing a window
- Replies: 3
- Views: 1086
Newbie question on closing a window
First of all, I would like to say hello to all of you Purebasic users. I am new to Purebasic (Used to program in PHP and Python).
I have the following code:
OpenWindow(0,0,0,200,200,"Window 1",#PB_Window_ScreenCentered|#PB_Window_SystemMenu)
OpenWindow(1,0,0,100,100,"Window 2",#PB_Window ...
I have the following code:
OpenWindow(0,0,0,200,200,"Window 1",#PB_Window_ScreenCentered|#PB_Window_SystemMenu)
OpenWindow(1,0,0,100,100,"Window 2",#PB_Window ...