All Projects β†’ s32x β†’ kathisto

s32x / kathisto

Licence: BSD-3-Clause license
πŸ“¦ Server-side rendering for Javascript based web-apps

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to kathisto

ng2-acl
Role based permissions for Angular v2++
Stars: ✭ 15 (-11.76%)
Mutual labels:  angular2, angular4
gupack
基于gulpηš„ε‰η«―ζž„ε»Ίε·₯ε…·
Stars: ✭ 13 (-23.53%)
Mutual labels:  angular2, angular4
paper-dashboard-angular
Angular version of the original Paper Dashboard.
Stars: ✭ 142 (+735.29%)
Mutual labels:  angular2, angular4
nativescript-ng-shadow
Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
Stars: ✭ 54 (+217.65%)
Mutual labels:  angular2, angular4
ng-toggle
Bootstrap-styled Angular Toggle Component
Stars: ✭ 14 (-17.65%)
Mutual labels:  angular2, angular4
ngx-redux-core
The modern redux integration for Angular 6+
Stars: ✭ 32 (+88.24%)
Mutual labels:  angular2, angular4
ngx-widget-grid
Angular 2.x or in general ng-x module for dashboards
Stars: ✭ 65 (+282.35%)
Mutual labels:  angular2, angular4
angular2-signature-pad
Signature pad component for Angular 2.x and above.
Stars: ✭ 17 (+0%)
Mutual labels:  angular2, angular4
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+117.65%)
Mutual labels:  angular2, angular4
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (+5.88%)
Mutual labels:  angular2, angular4
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-23.53%)
Mutual labels:  angular2, angular4
odata-v4-ng
OData service for Angular
Stars: ✭ 27 (+58.82%)
Mutual labels:  angular2, angular4
AuthGuard
Example repo for guarding routes post
Stars: ✭ 42 (+147.06%)
Mutual labels:  angular2, angular4
ng2-gridstack
A gridstack component for Angular2+
Stars: ✭ 12 (-29.41%)
Mutual labels:  angular2, angular4
ng-data-picker
πŸ„πŸΌ A data picker based on Angular 4+ (like native datetime picker of iOS)
Stars: ✭ 24 (+41.18%)
Mutual labels:  angular2, angular4
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (+117.65%)
Mutual labels:  angular2, angular4
Ng Drag Drop
Drag & Drop for Angular - based on HTML5 with no external dependencies. πŸŽ‰
Stars: ✭ 233 (+1270.59%)
Mutual labels:  angular2, angular4
Ng Select
⭐ Native angular select component
Stars: ✭ 2,781 (+16258.82%)
Mutual labels:  angular2, angular4
tcome-frontend
NodeJS&Angular4 BLOG
Stars: ✭ 49 (+188.24%)
Mutual labels:  angular2, angular4
nativescript-whatsapp-template
NativeScript Template Similar to WhatsApp
Stars: ✭ 61 (+258.82%)
Mutual labels:  angular2, angular4

kathisto

kathisto (greek for render) is a lightweight docker base image that performs full server-side rendering using Headless Chrome in order to serve pre-rendered pages of your Angular/React web-apps to search engine bots/crawlers.

This project was developed after I came to the realization that bots /crawlers were not indexing anything other than the head and un-rendered body of my Javascript based web-applications.

Your Dockerfile

FROM s32x/kathisto:latest
ADD dist/ /dist/

Deploy it!

docker build myapp
docker run --name myapp_container -p 80:80 myapp

Example

If you need further clarification on how kathisto operates or perhaps a concrete example check out the example dir.

Credit

The BSD 3-clause License

Copyright (c) 2022, s32x. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of kathisto nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].