@phenomlab issue was with high traffic spikes and the website used to get crashed. API is managed by others, its built in such a way they built it in such un protected way. we would be moving to nodejs own APIs soon to address all these issues. thought of solving it with help of you and a friend of mine is helping me build a new site with APIs. thanks
Headless CMS, anyone have experience with these?
-
i used to be really curious about the cms world, i like to play with new software, learning development around cms, forum etcā¦
And one of my future project could be a public api database (like rawg for videogames, imdb for movies and so on), so iāve started to read about these āheadless CMSā.Now, iām really new to these but iāve started to play with Directus, and iām about to play also with Strapi.
Now, these are really powerful cms, and anyone can build interesting project whit it, thats the reason iām about to ask to all member theyr feedbackā¦anyone use a headless cms like these?
what you think about it? thereās something better?
-
@justoverclock I personally havenāt looked at Directus, but itās worth noting that Ghost is actually classed as headless in the sense that it is decoupled (FE and BE). WordPress and Drupal are classic examples of legacy CMS in the sense that the FE and BE (Front-End / Back-End) need to work together to deliver content.
The huge drawback of this is speed. WordPress, for example, relies on PHP to render content. Owing to the nature of PHP, this is much slower than STG (Static Site Generators) such as Ghost, GRAV, and the myriad of others using flat files for storage rather than a database. PHP is notoriously S L O W when it comes to content delivery, but has been the defacto standard for years.
That landscape is changing dramatically, and WordPress et al are on borrowed time (in my view) as the desire for a faster website and higher Google rankings become increasingly important.
-
@phenomlab true, i forgot to write all my intentions that are to deliver a public api that can be used from everyone, like rawg api, imdb api etcā¦
-
@justoverclock This is quite a task ! Iād love to see how you get on with that
-
@phenomlab said in Headless CMS, anyone have experience with these?:
This is quite a task ! Iād love to see how you get on with that
actually it works fine locally, i have a perfect setup that deliver an api with a fake products for now, so basically now i need only an idea because these api already exist for almost everything, games, books, audio etcā¦
thats the hard part
-
@justoverclock Impressive !!
-
@phenomlab A couple commentsā¦
Did you mean SSG, a.k.a. āStatic Site Generatorā? If so, I would not classify ghost as such since it is using nodejs and a backend database. Static sites are by definition stand alone. Static as in static HTML. More modern Web too oh, oh, oh! times they have extended to include various āinteractive featuresā.
Yeah, PHP was big. But also was various java technologies being hosted on stuff like Tomcat and JBoss. Particularly in large enterprise environments. Another, with a bit of a different take, that I put to good use was Plone. Python and object oriented db, rather than relational. Ahead of itās time. But like all software, had itās warts and areas of compromise.
Ahā¦ memory lane. Interesting to have lived in such interesting times, eh?
-
@gotwf said in Headless CMS, anyone have experience with these?:
Did you mean SSG, a.k.a. āStatic Site Generatorā? If so, I would not classify ghost as such since it is using nodejs and a backend database
Yes, youāre right - Ghost isnāt an SSG.
@gotwf said in Headless CMS, anyone have experience with these?:
being hosted on stuff like Tomcat and JBoss
Now thereās a technology (JBOSS) that I particularly loathe.
-
@phenomlab I did not mind Tomcat. Kind of liked it. For the right jobs. Enterprise stuff so devs tended to be āseriousā programmers. Not going to get the rapid dev cycle of PHP, but then also tended to not get nearly as much speghetti code either. Horses for courses.
-
@phenomlab yeah its a beautiful world, iām trying to have some practice
https://rapidapi.com/user/justoverclockl
iāve released two simple api for now, but iām try to learn as much as i can
Related Topics
-
-
-
-
Ways to find RSS feeds
Solved General -
-
-
-