Re: Where have all the Pikers gone?
Chris Angelico <[email protected]> Sat, 21 May 2022 00:02:17 +1000
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmqB8kEQaNuTf9x+NdXqxV=Lh_B6sEG7caHaYV-1u0Xwtw@mail.gmail.com> |
On Fri, 20 May 2022 at 23:51, Duke Normandin <[email protected]> wrote: > > On Fri, 20 May 2022 12:55:32 +0200 > "Stephen R. van den Berg" <[email protected]> wrote: > > > Duke Normandin wrote: > > >Awesome! So it seems to me that Pike should be able to give Ruby, > > >PHP, Perl, Python etc a good run for their money in the Web > > >backends domain. > > > > It does, actually. > > It's odd then that Pike is never mentioned on Slashdot or Hacker > News etc! There's not even an IRC channel for it. Other than your > own site, do you know of any others besides roxen.com? > My Twitch channel bot runs its own web interface, if that counts. https://sikorsky.rosuav.com/ I take advantage of Pike features to run that site with real-time updates (via websockets) that slide to the latest code every time I do an update (even without reconnecting the socket). Very handy when live-streaming code changes (although I do occasionally manage to segfault it). ChrisA