Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Michael Kondratov via Webobjects-dev
I have a strong dislike for JavaScript. It’s a terrible language that should have never been invented. Michael Sent from my iPhone > On Dec 16, 2021, at 2:27 PM, Hugi via Webobjects-dev > wrote: > > Ah, awesome! Are the docs and the code online? > > >>> On 16 Dec 2021, at 19:24, Paul Yu

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Hugi via Webobjects-dev
Ah, awesome! Are the docs and the code online? > On 16 Dec 2021, at 19:24, Paul Yu wrote: > > TBRest is the TreasureBoat version of ERRest. > > Paul > > Sent from my iPhone > Please excuse iOS autocomplete > >>> On Dec 16, 2021, at 1:31 PM, Hugi wrote: >>> >> What is TBRest? >> On

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Paul Yu via Webobjects-dev
TBRest is the TreasureBoat version of ERRest. Paul Sent from my iPhone Please excuse iOS autocomplete > On Dec 16, 2021, at 1:31 PM, Hugi wrote: > > What is TBRest? > >>> On 16 Dec 2021, at 17:42, Paul Yu via Webobjects-dev >>> wrote: >>> >> I’d use TBRest. ;) >> >> Paul >> >>> On Dec

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Hugi via Webobjects-dev
What is TBRest? > On 16 Dec 2021, at 17:42, Paul Yu via Webobjects-dev > wrote: > > I’d use TBRest. ;) > > Paul > >> On Dec 16, 2021, at 12:10 PM, Jesse Tayler via Webobjects-dev >> wrote: >> >> ERRest + ERXKeys is just plain solid stuff, I can tell you that I like it >> very much, the c

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Paul Yu via Webobjects-dev
I’d use TBRest. ;) Paul > On Dec 16, 2021, at 12:10 PM, Jesse Tayler via Webobjects-dev > wrote: > > ERRest + ERXKeys is just plain solid stuff, I can tell you that I like it > very much, the compiler is deeply involved in structure and so if you are > looking for reliable infrastructure? It

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Jesse Tayler via Webobjects-dev
ERRest + ERXKeys is just plain solid stuff, I can tell you that I like it very much, the compiler is deeply involved in structure and so if you are looking for reliable infrastructure? It’s hard to beat ERRest in my book. > On Dec 16, 2021, at 11:52 AM, Gino Pacitti via Webobjects-dev > wrote:

WebObjects REST vs Node Multithreading

2021-12-16 Thread Gino Pacitti via Webobjects-dev
Hi Group.. Genuine question… :-) Just wondered if anyone had a word to say about whether to use Node.js or WebObjects + REST for datasource retrieval and manipulation? What are any advantages/disadvantages of each? Maybe this is more a Java vs Javascript contemplation server side and building