I have made some api in golang (gin & gorm) and I would like to make frontend in svelte. So, it needs node to run the front-end.
Can I run both in same server without any conflict or error (Only mentioning system errors).
If Yes, then How? can explain with step by step process?I would like to use Node (for svelte), Go (for api), MySQL (for db).